Allow extended notes for PN-60.
authorrobertl <robertl>
Mon, 23 Aug 2010 13:26:07 +0000 (13:26 +0000)
committerrobertl <robertl>
Mon, 23 Aug 2010 13:26:07 +0000 (13:26 +0000)
delbin.c

index a527f6e84d0b2f4a0ff3df1725e92042f66aa8c7..34b92d97d5a7720d328958dd93daa6fd496dc285 100644 (file)
--- a/delbin.c
+++ b/delbin.c
@@ -2184,6 +2184,9 @@ delbin_rw_init(const char *fname)
                } else if (strstr(p->product, "PN-30") || strstr(p->product, "PN-40")) {
                        use_extended_notes = p->firmware[0] > '2' ||
                                (p->firmware[0] == '2' && p->firmware[2] >= '5');
+               } else {
+                       // assume PN-60 or later
+                       use_extended_notes = TRUE;
                }
                delbin_unit_info[n_delbin_units].unit_number = n_delbin_units;
                delbin_unit_info[n_delbin_units].unit_serial_number = xstrndup(p->serial, sizeof(p->serial));